home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20021006-20030409 / 000173_fdc@columbia.edu_Tue Dec 10 09:45:04 EST 2002.msg < prev    next >
Text File  |  2003-04-08  |  2KB  |  43 lines

  1. Article: 13954 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Interesting behavior of IKSD "set receive move-to" and "set send
  6.  move-to"
  7. Date: 10 Dec 2002 09:44:38 -0500
  8. Organization: Columbia University
  9. Lines: 25
  10. Message-ID: <at4ukm$d7p$1@watsol.cc.columbia.edu>
  11. References: <at3dls$4p$1@cpimail.cpicorp.com>
  12. NNTP-Posting-Host: watsol.cc.columbia.edu
  13. X-Trace: newsmaster.cc.columbia.edu 1039531479 3905 128.59.39.139 (10 Dec 2002 14:44:39 GMT)
  14. X-Complaints-To: postmaster@columbia.edu
  15. NNTP-Posting-Date: 10 Dec 2002 14:44:39 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13954
  17.  
  18. In article <at3dls$4p$1@cpimail.cpicorp.com>,
  19. Derek Chen-Becker  <dbecker@cpicorp.com> wrote:
  20. :      I'm working on a transfer script in which I'd like to use the 
  21. : move-to features of send and receive on the IKSD side of the connection 
  22. : and I've noticed some very interesting behavior. I have the following 
  23. : directory structure on my IKSD server account home directory:
  24. : ...
  25. : As soon as I removed those two directories, files I send 
  26. : stay in ~/ct/incoming and files I receive stay in ~/ct/outgoing. This is 
  27. : not the behavior I expected. Have I found a bug, or is something else 
  28. : going on here?
  29. A typo.  In the first case you spelled "ct" right.  In the second case,
  30. you spelled it "cr".  From your first log:
  31.  
  32.   zchdir[ct]
  33.   proto xferstat[]=1
  34.  
  35. >From  your second log:
  36.  
  37.   zchdir[cr]
  38.   cwd failed[cr]
  39.   proto xferstat[Can't change directory]=0
  40.  
  41. - Frank
  42.